From: Bilal Elmoussaoui Date: Sat, 1 Jan 2022 18:05:06 +0000 (+0100) Subject: gtk: mark gtk_list_box_get_adjustment as nullable X-Git-Tag: archive/raspbian/4.6.5+ds-1+rpi1~1^2~61^2^2~134^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=1e9bdb4647028c728088b7ff94de15548d7f0335;p=gtk4.git gtk: mark gtk_list_box_get_adjustment as nullable similar to its setter function --- diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c index 95120f8cef..3a75bc0f3e 100644 --- a/gtk/gtklistbox.c +++ b/gtk/gtklistbox.c @@ -1078,7 +1078,7 @@ gtk_list_box_set_adjustment (GtkListBox *box, * Gets the adjustment (if any) that the widget uses to * for vertical scrolling. * - * Returns: (transfer none): the adjustment + * Returns: (transfer none) (nullable): the adjustment */ GtkAdjustment * gtk_list_box_get_adjustment (GtkListBox *box)